home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
general
/
modelers
/
geomview
/
source.lha
/
Geomview
/
src
/
bin
/
example
/
callbacks.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1992-09-04
|
307 b
|
14 lines
/* We include the C code generated by the forms designer (fdesign2). */
#include "panel.c"
extern float dt;
/* This is the callback procedure we must write. It's the interface
between our program and the forms code.
*/
void VelocityProc(FL_OBJECT *obj, long val)
{
dt = fl_get_slider_value(obj);
}